home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / kmglos.zip / TOC2.TTY < prev    next >
Text File  |  1993-01-29  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.              Contents             Contents
  12.              Chapter 2 - Layered I/O, IRPs, and I/O Objects             Chapter 2 - Layered I/O, IRPs, and I/O Objects
  13.  
  14.  
  15.              2.1    End-user I/O Requests and NT File Objects.........2-1
  16.                2.1.1    Points to Consider............................2-5
  17.  
  18.              2.2    IRPs and Driver-specific I/O Stack Locations......2-6
  19.                2.2.1    Points to Consider...........................2-12
  20.  
  21.              2.3    Driver Objects and Standard Driver Routines......2-13
  22.                2.3.1    Points to Consider...........................2-19
  23.  
  24.              2.4    Device Configurations and Layered NT Drivers.....2-21
  25.                2.4.1    Interactive Devices..........................2-21
  26.                  2.4.1.1    Video Adapter Configurations and Driver Layers    
  27.                    2-22
  28.                  2.4.1.2    Keyboard and Mouse Configurations and Driver
  29.                    Layers............................................2-24
  30.                2.4.2    Parallel and Serial Devices and Driver Layers2-26
  31.                2.4.3    Sound Device and Driver Layers...............2-28
  32.                2.4.4    Mass Storage Devices and Driver Layers.......2-30
  33.                  2.4.4.1    "AT" Disk Devices........................2-30
  34.                  2.4.4.2    Floppy Devices...........................2-32
  35.                  2.4.4.3    SCSI Devices.............................2-34
  36.                2.4.5    Points to Consider...........................2-37
  37.  
  38.              2.5    NT Objects with Device, Configuration, or Layer
  39.                Dependencies..........................................2-37
  40.                2.5.1    Video Driver's Device Objects................2-39
  41.                2.5.2    Keyboard and Mouse Drivers' Device Objects...2-40
  42.                2.5.3    Parallel and Serial Drivers' Device Objects..2-41
  43.                2.5.4    Sound Driver's Device Objects................2-42
  44.                2.5.5    "AT" Disk Driver's Device and Controller Objects2-44
  45.                2.5.6    Floppy Driver's Device Objects...............2-46
  46.                2.5.7    SCSI Drivers' Device Objects.................2-49
  47.                2.5.8    Points to Consider...........................2-52
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.         Figures - Chapter 2        Figures - Chapter 2
  76.  
  77.           Figure 2.1    NT File Objects Represent Files, Volumes, and
  78.             Devices..............................................2-2
  79.           Figure 2.2    Opening an NT File Object................2-4
  80.           Figure 2.3    Processing IRPs in Layered Drivers.......2-6
  81.           Figure 2.4    Driver Objects..........................2-14
  82.           Figure 2.5    Video Hardware Configuration............2-22
  83.           Figure 2.6    Video Driver Layers.....................2-23
  84.           Figure 2.7    Keyboard and Mouse Hardware Configurations2-24
  85.           Figure 2.8    Keyboard and Mouse Driver Layers........2-25
  86.           Figure 2.9    Parallel and Serial Hardware Configurations2-26
  87.           Figure 2.10    Parallel and Serial Driver Layers......2-27
  88.           Figure 2.11    Sound Device Hardware Configuration....2-28
  89.           Figure 2.12    Sound Driver Layers....................2-29
  90.           Figure 2.13    "AT" Disk Controller Hardware Configuration     
  91.             2-30
  92.           Figure 2.14    "AT" Disk Driver Layers................2-31
  93.           Figure 2.15    Floppy Controller Hardware Configuration2-32
  94.           Figure 2.16    Floppy Driver Layers...................2-33
  95.           Figure 2.17    SCSI Bus Hardware Configuration........2-34
  96.           Figure 2.18    SCSI Device Driver Layers..............2-35
  97.           Figure 2.19    Video Device Object....................2-39
  98.           Figure 2.20    Keyboard and Mouse Device Objects......2-40
  99.           Figure 2.21    Parallel and Serial Device Objects.....2-41
  100.           Figure 2.22    Sound Device Objects...................2-42
  101.           Figure 2.23    "AT" Disk Device Objects and Controller Object  
  102.             2-44
  103.           Figure 2.24    Floppy Device Objects..................2-46
  104.           Figure 2.25    SCSI Device Objects....................2-50
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.